home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 140
/
(Vol 140) Sep 19 2011.iso
/
Games
/
axterix.swf
/
scripts
/
DefineButton2_59
/
BUTTONCONDACTION on(keyPress Enter).as
< prev
next >
Wrap
Text File
|
2011-09-19
|
401b
|
26 lines
on(keyPress "<Enter>"){
sonMC.gotoAndPlay(4);
if(choix == 1)
{
gotoAndPlay(290);
}
if(choix == 2)
{
gotoAndPlay(270);
}
if(choix == 3)
{
gotoAndPlay(260);
}
if(choix == 4)
{
sonMC.gotoAndPlay(4);
getURL(urlScore,"_blank");
}
if(choix == 5)
{
sonMC.gotoAndPlay(4);
gotoAndPlay(324);
}
}